@import 'animate.css';
@import 'skin2.css';

/******************************
 ** 初始化
** 2.0.0
 ******************************/
* { margin: 0; padding: 0; }
body { font: 14px/2 'Microsoft Yahei', Arial; color: #666; background: #fff; }
img { border: 0px; }
ul, ol { list-style-type: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { font: 14px/1 'Microsoft Yahei', Arial; color: #666; outline: 0; }
textarea { resize: none; overflow: auto; }
h1,h2,h3,h4,h5,h6,font { font-size: 14px; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:hover { color:#fdae25; }
a img { transition: all .5s ease; }

.clear { float: none !important; clear: both; +line-height: 0; +font-size: 0; +height: 0; }
.hidden { display: none; visibility: visible; }
.wrap { width: 1200px; margin: 0 auto; position: relative; }


/******************************
 ** 首页
 ******************************/
.topper { height: 40px; background: #1c2330; color: #ddd; }
.topper .wel { line-height: 40px; }
.topper .url { position: absolute; right: 0; top: 0; }
.topper .url li { float: left; line-height: 40px; padding: 0 10px; background: url(/Content/Templaes/MVPP3102/style/images/topper-line.png) left center no-repeat; }
.topper .url li:first-child { background: none; }
.topper .url a { display: block; color: #ddd; padding: 0 10px; transition: all .5s ease; }
.topper .url a:hover { color: #aaa; }

.header { height: 130px; background: #fff; }
.header .logo { float: left; margin: 30px 20px 0 0; padding: 0 20px 0 0; background: url(/Content/Templaes/MVPP3102/style/images/header-line.png) right center no-repeat; }
.header .logo img { display: block; /* height: 70px; */ }
.header .tag { float: left; margin: 40px 0 0; }
.header .tag h2,
.header .tag h3 { font-weight: normal; line-height: 20px; font-size: 16px; color: #999; }
.header .tag h2 { line-height: 26px; font-size: 22px; color: #333; margin: 0 0 5px; }
.header .code { float: right; margin: 25px 0 0 0; position: relative; padding: 0 30px 0 0; }
.header .code h2 { position: absolute; right: 0; top: 0; width: 20px; font-weight: normal; color: #999; line-height: 16px; }
.header .code img { display: block; width: 80px; height: 80px; border: 1px solid #ddd; }
.header .tel { float: right; margin: 35px 20px 0 0; padding: 0 0 0 70px; background: url(/Content/Templaes/MVPP3102/style/images/header-tel.png) left center no-repeat; white-space: nowrap; }
.header .tel h2,
.header .tel h3 { font-weight: normal; line-height: 30px; font-size: 16px; color: #999; }
.header .tel h3 { font-weight: bold; font-size: 24px; color: #333; }

.nav { height: 70px; background: #0c45b9; position: relative; z-index: 20; }
.nav li { float: left; width: 133px; height: 70px; position: relative; }
.nav li > a { display: block; height: 70px; line-height: 70px; font-size: 16px; color: #fff; text-align: center; transition: none; transition: background .5s ease; }
.nav .drop { position: absolute; left: 0; top: 70px; width: 100%; padding: 1px 0 0 0;  display: none;  }
.nav .drop dl { position: relative;  }
.nav .drop dd { line-height: 50px; text-align: center; border-top: 1px solid #ffbe40; }
.nav .drop dd:first-child { border-top: 0; }
.nav .drop a { display: block; padding: 0 8px; color: #fff;height: 50px;line-height: 50px;background: #ffa800; }
.nav .drop a:hover { background: #ff9000; }
.nav li.active > a { background: #ffa800; }
.nav li.current > a { background: #ffa800; }

.banner { position: relative; z-index: 8; overflow: hidden; }
.banner .list { position: relative; overflow: hidden; z-index: 1; }
.banner .list li { position: absolute; width: 100%; height: 100%; overflow: hidden; background: #FFF; display: none; z-index: 1; }
.banner .list li:first-child { display: block; }
.banner .list li.active { z-index: 2; }
.banner .list img { position: relative; display: block; width: 1920px; left: 50%; margin: 0 0 0 -960px; }
.banner .dots { position: absolute; left: 50%; bottom: 30px; margin: 0 0 0 -50px; line-height: 0; z-index: 18; }
.banner .dots li { display: inline-block; +display: inline; +zoom: 1; width: 20px; height: 20px; background: #fff; margin: 0 8px; cursor: pointer; }
.banner .dots li.active { background-color: #0c45b9; }
.banner .prev,
.banner .next { width: 80px; height: 80px; position: absolute; top: 50%; margin: -40px 0 0; z-index: 9; cursor: pointer; display: none; }
.banner .prev { background: url(/Content/Templaes/MVPP3102/style/images/banner-pw.png) 0 0 no-repeat; left: 50px; }
.banner .next { background: url(/Content/Templaes/MVPP3102/style/images/banner-pw.png) 0 -80px no-repeat; right: 50px; }
.banner .prev:hover { background-position: -80px 0; }
.banner .next:hover { background-position: -80px -80px; }
.banner .list,
.banner .list img { height: 650px; }
.banner.mini .list,
.banner.mini .list img { height: 400px; }
.banner.mini .dots { bottom: -40px; transition: all .5s ease; }
.banner.mini:hover .dots { bottom: 20px; }
.banner.mini .dots li { width: 30px; height: 3px; border-radius: 0; border: 0; background: #fff; filter: Alpha(opacity=60); background: rgba(255,255,255,.6); }
.banner.mini .dots li.active { filter: Alpha(opacity=90); background: rgba(255,255,255,.9); }


.seacher { position: relative; z-index: 10; height: 40px; padding: 10px 0; background: #f6f6f6; border-bottom: 1px solid #ddd; }
.seacher .key { line-height: 40px; }
.seacher .key dt,
.seacher .key dd { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; font-size: 15px; }
.seacher .key dt { color: #333; margin: 0 10px 0 0; }
.seacher .sos { position: absolute; right: 0; top: 0; padding: 0 60px 0 0; border: 1px solid #ddd; }
.seacher .txt { width: 300px; height: 38px; line-height: 38px; background: none; border: 0; padding: 0 10px; }
.seacher .submit { position: absolute; top: 2px; right: 2px; bottom: 2px; background: url(/Content/Templaes/MVPP3102/style/images/seacher-submit.jpg) center center no-repeat #0c45b9; color: #fff; border: 0; width: 40px; cursor: pointer; }
.seacher .submit:hover { opacity: .8; filter:Alpha(opacity=80); }

.ipro { position: relative; z-index: 11; background: #fff; padding: 50px 0; }
.ipro .left { float: left; background: #0c45b9; width: 290px; }
.ipro .right { float: right; background: none; width: 870px; }
.ipro .thead { height: 55px; background: #003299; border-top: 3px solid #ffa200; color: #fff; padding: 30px 0 30px 0px; position: relative; text-align: center; }
.ipro .thead h2 { line-height: 30px; font-size: 22px; }
.ipro .thead h3 { line-height: 30px; font-weight: normal; text-transform: uppercase; opacity: .8; filter:Alpha(opacity=80); }
.ipro .tmenu { height: 400px; padding: 15px 15px; color: #fff; border-top: 1px solid #3d6ac7; }
.ipro .tmenu dd { background: url(/Content/Templaes/MVPP3102/style/images/ipro-tmenu-cio.png) 20px center no-repeat #3061c3; margin: 0 0 10px; border: 1px solid #557dce; }
.ipro .tmenu dd span { display: block; line-height: 50px; padding: 0 0 0 60px; cursor: pointer; }
.ipro .tmenu dd.active { background-image: url(/Content/Templaes/MVPP3102/style/images/ipro-tmenu-cio2.png); background-color: #0c45b9; }
.ipro .tel { margin: 0 35px 30px; padding: 0 0 0 55px; background: url(/Content/Templaes/MVPP3102/style/images/ipro-tel.png) 0 center no-repeat; }
.ipro .tel h2 { line-height: 20px; color: #fff; font-weight: normal; white-space: nowrap; }
.ipro .tel h3 { line-height: 30px; color: #fff; font-size: 24px; white-space: nowrap; }
.ipro .head { height: 60px; line-height: 60px; margin: 0 0 25px; background: url(/Content/Templaes/MVPP3102/style/images/ipro-head.png) right top no-repeat #0c45b9; }
.ipro .head h2,
.ipro .head h3 { display: inline-block; +display: inline; +zoom: 1; vertical-align: middle; color: #fff; }
.ipro .head h2 { font-size: 26px; padding: 0 0 0 90px; background: url(/Content/Templaes/MVPP3102/style/images/ipro-h2.png) 30px center no-repeat; }
.ipro .head h3 { font-size: 20px; font-weight: normal; text-transform: uppercase; margin: 0 0 0 10px; }
.ipro .head a { position: absolute; right: 0; top: 10px; color: #fff; line-height: 50px; padding: 0 20px; font-size: 16px; }
.ipro .head a:hover {  }
.ipro .main { width: 100%; position: relative; overflow: hidden; }
.ipro .list { width: 105%; display: none; }
.ipro .list:first-child { display: block; }
.ipro .item { float: left; width: 276px; margin: 0 20px 0 0; }
.ipro .item .img { height: 200px; overflow: hidden; background: #fff; padding: 1px; border: 2px solid #0c45b9; }
.ipro .item img { display: block; width: 100%; height: 200px; background: #eee; }
.ipro .item h3 { line-height: 60px; text-align: center; font-size: 16px; font-weight: normal; }
.ipro .item h3 a { display: block; }
.ipro .item:hover img { transform: scale(1.1, 1.1); }

.ihead { height: 100px; background: url(/Content/Templaes/MVPP3102/style/images/ihead-bj.png) center center no-repeat; margin: 0 0 50px; text-align: center; }
.ihead h2 { padding: 20px 0 0; line-height: 40px; font-size: 30px; color: #0c45b9; }
.ihead p { line-height: 20px; font-size: 16px; }

.iprocess { background: #f5f5f5; padding: 60px 0 140px; }
.iprocess .list { padding: 0 110px 60px; overflow: hidden; }
.iprocess .list dt,
.iprocess .list dd { float: left; }
.iprocess .list dt { width: 70px; height: 70px; margin: 35px 0 0; background: url(/Content/Templaes/MVPP3102/style/images/iprocess-line.png) center center no-repeat; }
.iprocess .list dd { width: 140px; height: 120px; padding: 20px 0 0; background: #fff; position: relative; text-align: center; }
.iprocess .list i { position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 0 5px 5px 0; line-height: 26px; background: url(/Content/Templaes/MVPP3102/style/images/iprocess-i.png) right top no-repeat; color: #fff; text-align: right; font-style: normal; }
.iprocess .list em { display: block; margin: 0 auto 5px; width: 60px; height: 60px; background: url(/Content/Templaes/MVPP3102/uploadfile/iprocess-icon.png) 0 0 no-repeat; transition: all .5s ease; }
.iprocess .list h3 { line-height: 30px; font-size: 18px; color: #0c45b9; }
.iprocess .list em.icon-1 { background-position: 0 0; }
.iprocess .list em.icon-2 { background-position: 0 -60px; }
.iprocess .list em.icon-3 { background-position: 0 -120px; }
.iprocess .list em.icon-4 { background-position: 0 -180px; }
.iprocess .list em.icon-5 { background-position: 0 -240px; }
.iprocess .list em.icon-6 { background-position: 0 -300px; }
.iprocess .list dd:hover { background: #0c45b9; }
.iprocess .list dd:hover h3 { color: #fff; }
.iprocess .list dd:hover i { background-image: url(/Content/Templaes/MVPP3102/style/images/iprocess-i2.png); }
.iprocess .list dd:hover em.icon-1 { background-position: -60px 0; }
.iprocess .list dd:hover em.icon-2 { background-position: -60px -60px; }
.iprocess .list dd:hover em.icon-3 { background-position: -60px -120px; }
.iprocess .list dd:hover em.icon-4 { background-position: -60px -180px; }
.iprocess .list dd:hover em.icon-5 { background-position: -60px -240px; }
.iprocess .list dd:hover em.icon-6 { background-position: -60px -300px; }
.iprocess .foot { text-align: center; }
.iprocess .foot a { display: inline-block; +display: inline; +zoom: 1; line-height: 46px; border: 1px solid #0c45b9; color: #0c45b9; padding: 0 50px; font-size: 16px; margin: 0 10px; transition: all .5s ease; }
.iprocess .foot a:hover { background: #0c45b9; color: #fff; }
.iprocess .foot { }

.iadvan { }
.iadvan .head { height: 80px; padding: 30px 0; background: url(/Content/Templaes/MVPP3102/style/images/iadvan-head.png) center top no-repeat #f5f5f5; color: #fff; text-align: center; }
.iadvan .head h2 { line-height: 50px; font-size: 35px; }
.iadvan .head h3 { line-height: 30px; font-size: 18px; color: #b0c1ed; text-transform: uppercase; font-weight: normal; }
.iadvan .list { padding: 70px 0 0; }
.iadvan .list dd { position: relative; overflow: hidden; padding: 0 0 60px; }
.iadvan .exp { width: 500px; position: relative; padding: 0 0 0 80px; }
.iadvan .exp i { background: url(/Content/Templaes/MVPP3102/style/images/iadvan-i.png) center center repeat-x #0c45b9; position: absolute; left: 0; top: 0; width: 50px; height: 80px; line-height: 80px; text-align: center; font-style: normal; color: #fff; font-size: 28px; }
.iadvan .exp h3 { line-height: 30px; font-size: 28px; color: #ffa200; padding: 0 0 30px; border-bottom: 1px dashed #ddd; margin: 0 0 20px; }
.iadvan .exp p { line-height: 34px; }
.iadvan .img { width: 490px; height: 250px; background: url(/Content/Templaes/MVPP3102/style/images/iadvan-img1.png) 0 0 no-repeat; }
.iadvan .img img { }
.iadvan .odd .exp { float: right; margin: 0 20px 30px 0; }
.iadvan .odd .img { float: left; padding: 16px 44px 19px 16px; }
.iadvan .even .exp { float: left; margin: 0 0 30px 0; }
.iadvan .even .img { float: right; padding: 16px 16px 19px 44px; background-image: url(/Content/Templaes/MVPP3102/style/images/iadvan-img2.png); }

.iadv { height: 240px; padding: 70px 0 0; background: url(/Content/Templaes/MVPP3102/style/images/iadv-bj.jpg) center center no-repeat; color: #fff; }
.iadv .main { margin: 0 0 0 450px; white-space: nowrap; position: relative; }
.iadv h2 { font-size: 33px; line-height: 40px; font-weight: normal; position: absolute; left: 0; top: 35px; }
.iadv h3 { line-height: 70px; font-size: 50px; color: #4065bf; text-transform: uppercase; font-weight: normal; margin: 0 0 25px; }
.iadv h4 { height: 50px; line-height: 45px; font-size: 28px; background: #fff; color: #333; font-weight: normal; margin: 0 0 15px; }
.iadv h4 span { color: #ffa200; }
.iadv p { line-height: 30px; font-size: 18px; }

.ifee { padding: 60px 0 0; background: #fff; }
.ifee .list { overflow: hidden; }
.ifee .list li { float: left; width: 190px; text-align: center; margin: 0 5px 10px; }
.ifee .list a { display: block; line-height: 50px; background: #0c45b9; color: #fff; font-size: 18px; overflow: hidden; }
.ifee .list a:hover { background: #ffa200; }

.ikehu { padding: 60px 0 20px; background: #fff; }
.ikehu .list { overflow: hidden; padding: 0 0 40px; }
.ikehu .item { float: left; padding: 0 0 0 240px; margin: 0 15px 25px; width: 330px; position: relative; }
.ikehu .img { position: absolute; left: 0; top: 50%; margin: -80px 0 0 0; }
.ikehu .img img { display: block; width: 160px; height: 124px; border: 2px solid #fff; /* border-radius: 50%; */ }
.ikehu .exp { height: 170px; padding: 15px 20px; background: #f5f5f5; border-radius: 10px; position: relative; left: 0; transition: left .5s ease; }
.ikehu .exp h3 { line-height: 30px; font-size: 20px; margin: 0 0 10px; }
.ikehu .exp h3 a { color: #ffa200; }
.ikehu .exp p { line-height: 25px; color: #333; text-align: justify; }
.ikehu .exp i { position: absolute; left: -44px; top: 50%; margin: -17px 0 0; width: 44px; height: 34px; background: url(/Content/Templaes/MVPP3102/style/images/ikehu-i.png) 0 0 no-repeat; }
.ikehu .item:hover img { border-color: #0c45b9; }
.ikehu .item:hover .exp { background-color: #0c45b9; left: -10px; }
.ikehu .item:hover .exp a,
.ikehu .item:hover .exp p { color: #fff; }
.ikehu .item:hover .exp i { background-image: url(/Content/Templaes/MVPP3102/style/images/ikehu-i2.png); }
.ikehu .more { text-align: center; }
.ikehu .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 50px; padding: 0 40px; text-align: center; background: #0c45b9; color: #fff; transition: all .5s ease; }
.ikehu .more a:hover { background: #fdae25; }

.icase { padding: 60px 0; }
.icase .main { margin: 0 0 40px; position: relative; }
.icase .inner {  position: relative; overflow: hidden; }
.icase .list { height: 472px; overflow: hidden; }
.icase .item { float: left; width: 93px; border: 1px solid #ddd; overflow: hidden; }
.icase .inn { width: 628px; height: 470px; position: relative; background: #000; }
.icase .inn img { display: block; width: 100%; height: 470px; }
.icase .exp { position: absolute; left: 0; bottom: 0; right: 0; padding: 10px 20px; color: #fff; background: #0c45b9; filter: Alpha(opacity=75); background: rgba(12,69,185, .75); display: none; }
.icase .exp h3 { line-height: 30px; font-size: 16px; font-weight: normal; }
.icase .exp p { line-height: 24px; }
.icase .index { position: absolute; left: 0; bottom: 0; width: 93px; height: 70px; line-height: 70px; text-align: center; font-size: 22px; color: #fff; }
.icase .index span { border-bottom: 2px solid #fff; }
.icase .item:hover img { transform: scale(1.05,1.05); }
.icase .prev,
.icase .next { width: 50px; height: 80px; background: url(/Content/Templaes/MVPP3102/style/images/icase-button.png) 0 0 no-repeat; position: absolute; top: 200px; cursor: pointer; transition: all .5s ease; }
.icase .prev { left: -80px; background-position: 0 0; }
.icase .next { right: -80px; background-position: -50px 0; }
.icase .prev:hover { opacity: .9; left: -85px; }
.icase .next:hover { opacity: .9; right: -85px; }
.icase .more { text-align: center; }
.icase .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 50px; padding: 0 40px; text-align: center; background: #0c45b9; color: #fff; transition: all .5s ease; }
.icase .more a:hover { background: #fdae25; }

.iabout { height: 340px; padding: 60px 0 0; background: url(/Content/Templaes/MVPP3102/style/images/iabout-bj.png) center center no-repeat #2b60c3; color: #fff; }
.iabout .head { text-align: center; margin: 0 0 20px; }
.iabout .head h2 { line-height: 30px; font-size: 30px; font-weight: normal; }
.iabout .head i { display: inline-block; +display: inline; +zoom: 1; width: 50px; border-bottom: 1px solid #fff; }
.iabout .main { margin: 0 100px 20px; /* text-align: center;  */}
.iabout .main p { height: 120px; line-height: 30px; font-size: 16px; }
.iabout .more { text-align: center; margin: 0 0 40px; }
.iabout .more a { display: inline-block; +display: inline; +zoom: 1; line-height: 45px; padding: 0 40px; text-align: center; background: none; border: 1px solid #fff; color: #fff; font-size: 15px; transition: all .5s ease; }
.iabout .more a:hover { background: #fff; color: #2b60c3; }
.iabout .classify { height: 210px; }
.iabout .classify li { float: left; width: 280px; height: 210px; overflow: hidden; position: relative; background: #eee; margin: 0 60px; }
.iabout .classify img { display: block; width: 100%; height: 210px; }
.iabout .classify h3 { position: absolute; left: 0; bottom: 0; right: 0; line-height: 40px; color: #ddd; background: #000; filter: Alpha(opacity=70); background: rgba(0,0,0,.7); font-size: 16px; font-weight: normal; text-align: center; }
.iabout .classify li:hover img { transform: scale(1.05, 1.05); }

.ifloor { padding: 80px 0 40px; background: #fff; }
.ifloor .head { position: relative; height: 60px; line-height: 60px; padding: 0 0 0 20px; border-bottom: 1px solid #ddd; background: url(/Content/Templaes/MVPP3102/style/images/ifloor-head.png) 0 center no-repeat; margin: 0 0 25px; }
.ifloor .head h2,
.ifloor .head h3 { float: left; }
.ifloor .head h2 { font-size: 28px; color: #333; margin: 0 10px 0 0; }
.ifloor .head h3 { font-size: 18px; color: #999; font-weight: normal; text-transform: uppercase; }
.ifloor .head a { float: right; margin: 15px 0 0; height: 30px; line-height: 30px; background: url(/Content/Templaes/MVPP3102/style/images/ifloor-head.png) 0 0 repeat-x; color: #fff; padding: 0 15px; border-radius: 3px; transition: all .3s ease; }
.ifloor .head a:hover { padding: 0 20px; opacity: .9; }

.inews { float: left; width: 680px; }
.inews .list { }
.inews .item { height: 150px; padding: 0 0 0 220px; position: relative; margin: 0 0 20px; }
.inews .item .img { position: absolute; left: 0; top: 0; overflow: hidden; background: #eee; }
.inews .item img { display: block; width: 200px; height: 150px; }
.inews .item .exp { }
.inews .item h3 { line-height: 25px; font-size: 18px; font-weight: normal; margin: 0 0 10px; }
.inews .item p { height: 75px; line-height: 25px; overflow: hidden; margin: 0 0 10px; }
.inews .item span { display: block; line-height: 30px; padding: 0 0 0 35px; background: url(/Content/Templaes/MVPP3102/style/images/inews-date.png) left center no-repeat; color: #999; transition: all .5s ease; }
.inews .item2 { height: 34px; line-height: 34px; background: url(/Content/Templaes/MVPP3102/style/images/inews-dot.png) 0 center no-repeat; overflow: hidden; position: relative; }
.inews .item2 h3 { padding: 0 100px 0 20px; font-size: 15px; font-weight: normal; }
.inews .item2 span { position: absolute; right: 0; top: 0; color: #999; }
.inews .line { border-bottom: 1px dashed #ddd; margin: 0 0 10px; }
.inews .item:hover img { transform: scale(1.05, 1.05); }
.inews .item:hover a { color: #fdae25; }
.inews .item:hover span { margin: 0 0 0 10px; }

.ifaq { float: right; width: 460px; }
.ifaq .list { margin: -15px 0 0;}
.ifaq .item { padding: 15px 0 20px; position: relative; border-top: 1px dashed #ddd; }
.ifaq .item:first-child { border-top: 0; }
.ifaq .item h3 { padding: 0 0 0 35px; line-height: 32px; font-size: 16px; font-weight: normal; /* background: url(/Content/Templaes/MVPP3102/style/images/ifaq-w.png) left 8px no-repeat; */ margin: 0 0 3px; }
.ifaq .item p { padding: 0 0 0 35px; height: 50px; line-height: 25px; overflow: hidden; /* background: url(/Content/Templaes/MVPP3102/style/images/ifaq-w2.png) left 8px no-repeat;  */}
.ifaq .item:hover a { color: #fdae25; }

.subnav { background: #161616; border-bottom: 1px solid #333; position: relative; }
.subnav .wrap { height: 50px; line-height: 50px; }
.subnav li { float: left; width: 110px; font-size: 15px; text-align: center; }
.subnav a { display: block; color: #999; transition: all .5s ease; }
.subnav a:hover { color: #ddd; }
.subnav .itop { width: 60px; height: 70px; background: url(/Content/Templaes/MVPP3102/style/images/itop.png) 0 0 no-repeat; position: absolute; right: 50%; bottom: 8px; margin: 0 -600px 0 0; z-index: 2; cursor: pointer; }

.footer { padding: 40px 0; background: #161616; }
.subtel { float: left; width: 300px; }
.subtel h2 { line-height: 30px; color: #999; font-size: 15px; font-weight: normal; }
.subtel h3 { line-height: 32px; color: #ddd; font-size: 24px; font-weight: normal; }
.subtel a { position: relative; top: 15px; display: inline-block; +display: inline; +zoom: 1; line-height: 35px; padding: 0 40px 0 20px; border-radius: 3px; background: url(/Content/Templaes/MVPP3102/style/images/subtel-k.png) 90% center no-repeat #0c45b9; color: #fff; transition: all .5s ease; }
.subtel a:hover { background-color: #fdae25; background-position: 85% center; }
.sublime { float: left; width: 400px; }
.sublime dt { line-height: 30px; color: #ddd; font-size: 16px; margin: 0 0 10px; }
.sublime dd { line-height: 24px; }
.subcode { float: right; }
.subcode dd { float: left; width: 130px; margin: 0 0 0 20px; text-align: center; }
.subcode img { display: block; width: 100px; height: 100px; padding: 10px; border: 1px solid #999; }
.subcode h3 { line-height: 50px; font-weight: normal; font-size: 15px; }

.bottomer { padding: 15px 0; line-height: 30px; background: #161616; color: #999; border-top: 1px solid #333; }
.copyright { }
.copyright a { margin: 0 10px 0 0; color: #999; transition: all .5s ease; }
.copyright a:hover { color: #ddd; }

.toolbar { position:fixed; top:300px; right:1px; z-index:100; }
.toolbar > * { width:60px; height:60px; position:relative; background:#0c45b9; margin:0 0 1px; }
.toolbar > *.itop { background:#0c45b9; }
.toolbar > *:first-child { border-top:0; }
.toolbar > * > a { display:block; width:60px; height:60px; text-align:center; color:#FFF; background:url(/Content/Templaes/MVPP3102/style/images/toolbar-icon.png) center 0 no-repeat; }
.toolbar .qq a { background-position:center 0; }
.toolbar .qiao a { background-position:center -60px; }
.toolbar .tel a { background-position:center -60px; }
.toolbar .code a { background-position:center -180px; }
.toolbar .itop a { background-position:center -240px; }
.toolbar > * > a:hover { background-color: #fdae25; }
.toolbar .drop-code { position:absolute; bottom:0; right:62px; background:#fdae25; padding:15px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:120px; display:none; }
.toolbar .drop-code img { display:block; width:120px; height:120px; }
.toolbar .drop-code h3 { font-weight:normal; line-height: 30px; }
.toolbar .drop-tel { position:absolute; top:0; right:62px; width:0; overflow:hidden; }
.toolbar .drop-tel p { width:152px; height:60px; line-height:60px; padding:0 0 0 10px; background:#fdae25; color:#fff; font-size:20px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#fdae25; }
.toolbar .itop:hover { background-color:#fdae25; }


/*地图*/
.about_main{line-height:30px; height:auto; font-size:14px;color:#666666; margin:0; padding:0;float:left;}
.about_main ul{list-style:none; margin:0; padding:0;}
.about_main ul li.map_1{border-bottom:1px solid #eee;margin:10px 0;padding:10px;font-weight:bold;}
.about_main ul li.map_2{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li.map_3{ float:left; min-width:110px; padding:0 5px;}
.about_main ul li a{color: #666666;}
.about_main ul li a:hover{color:#666666; text-decoration:underline; font-weight:bold;}
.right_top ._column_title{ border-left:3px solid #e60044; color:#333; float:left; font-size:20px; height:24px; line-height:24px; margin:19px 0; padding-left:15px; display:inline;}
.right_top .column_path{ float:right;display:inline; color:#999; font-size:12px;}
.right_top .column_path a{color:#999;}
.clear { clear: both;font-size: 0px; margin: 0; padding: 0;display: block;height: 0px;_height: 0px;overflow: hidden;}<!--0.00013399124145508-->